xen/arm: Don't build GICv3 with the new vGIC
authorJulien Grall <julien.grall@arm.com>
Fri, 19 Oct 2018 14:23:55 +0000 (15:23 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 28 Jan 2019 21:47:31 +0000 (13:47 -0800)
commitdf1debf494ac38c95abb602b2b3057613de06b47
tree78aa283b4225ce951d1acc1320fdd38a961627e1
parent14b7dc115b8a5d90cf842ac003100542408f671c
xen/arm: Don't build GICv3 with the new vGIC

Commit 54ec59f6b0 "xen/arm: vgic-v3: Don't create empty re-distributor
regions" breaks compilation when using the new vGIC.

This is because the field nr_regions is not existing in the vgic
structure. For simplicity, as vGICv3 is not yet imported, disable GICv3.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
(cherry picked from commit 62aa9e7f1b8ef64b8c7c1dacb1122351cb9fd132)
xen/arch/arm/Kconfig